home *** CD-ROM | disk | FTP | other *** search
- on dodo
- set yu to the itemDelimiter
- set the itemDelimiter to ":"
- repeat with i = 861 to 878
- set yu2 to the text of cast i
- repeat with j = 1 to the number of lines in yu2
- if length(line j of yu2) > 2 then
- set the forecolor of item 1 of line j of yu2 to 10
- end if
- end repeat
- end repeat
- put the text of cast i = yu2
- set the itemDelimiter to yu
- end
-